CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 内存 加载

搜索资源列表

  1. Memory-by-the-image

    0下载:
  2. vc++中,在内存中获图像及处理,图像可以放置在任意位置,不必提前加载-vc++, in the memory and processing by the image, the image can be placed in any position, do not load in advance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4209653
    • 提供者:李风
  1. Windows-core-programming

    0下载:
  2. 长销不衰的Windows编程经典   权威力作 再度新鲜亮相   名著名译 彰显经典魅力   深刻剖析底层实现机理   直击Windows编程精髓   Windows核心编程(第5版)针对Windows XP,Windows Vista和Windows Server 2008全面修订。主题广泛,内容丰富,讲解深入而精辟。透过这本Windows编程经典,我们可以在专家的悉心指导下,洞悉Windows编程精华,深入了解高级编程技巧,编写出高性能的Windows应用程序。
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26989987
    • 提供者:王帆
  1. ZhenTanKeNan

    0下载:
  2. 自定义listview,解析网络资源,异步加载大图片,防止内存溢出。-Custom listview, resolve network resources, asynchronous loading of the big picture, to prevent memory overflow.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4348040
    • 提供者:小林
  1. scrollDemo

    0下载:
  2. uiscrollview 动态加载,加载页数为3页,可以保证在不断翻页过程中,内存增长的速度-uiscrollview
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:57003
    • 提供者:wuxiuling
  1. ListView

    0下载:
  2. 在LIstView里面异步加载图片,及时回收不可显示的图片,避免out of Memery内存溢出-In the ListView inside the asynchronous load pictures, timely recovery can not be shown in the picture, to avoid overflow out of Memery memory
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:317997
    • 提供者:Mars
  1. apr-doc

    0下载:
  2. apr-doc.CHM 开发指南 这里是一个所有模块的列表: Apache的可携性运行时库 平台定义 内部内存分配 原子操作 动态对象处理 为manupulating环境的功能 错误代码 年利率错误空间 年利率误差值 状态值测试 文件信息 文件权限标志 统计功能 目录操作函数 文件路径操作功能 文件的I / O处理功能 文件打开标志/套路 文件寻求旗 文件属性标志 {_full}最大iovec的大小 文
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:317982
    • 提供者:kaka
  1. 123tui

    0下载:
  2. 过杀毒软件进行内存启动,对驱动要求高,现在没做处理,开机加载对杀毒软件进行多注册表建设-After killing the poisonous software memory start to drive, high requirements, now do not handle, boot loading on the antivirus software multicenter registry construction
  3. 所属分类:Kill Virus

    • 发布日期:2017-03-29
    • 文件大小:2737
    • 提供者:rqwrtq
  1. ReflectiveDllInjection_v1.0

    0下载:
  2. 在Windows平台上,本地和远程库注射技术 多年来一直存在。作为开采技术的远程库注入 在2004年推出Skape和JT[1]。他们的技术采用的shellcode修补主机进程NTDLL在运行时库,并迫使Windows加载本地加载动态链接库DLL)从内存中的镜象。这种技术的叫做反射DLL注入。-Under the Windows platform, library injection techniques both local and remote have been around f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:167590
    • 提供者:wuying
  1. Dynamic-Memory-Allocation

    0下载:
  2. 这个程序是有关计算机的动态内存分配的数据结构 可以直接加载头文件与源文件即可使用其中的接口-This program is a data structure for dynamic memory allocation of the computer can directly load the header files and source files you can use one of the interfaces
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2638
    • 提供者:罗宏俊
  1. zhur

    1下载:
  2. exe 直接 注入EXE 内存直接加载exe数据,DLL数据等等 任意注入
  3. 所属分类:Windows Kernel

    • 发布日期:2016-01-22
    • 文件大小:3725312
    • 提供者:黄将
  1. FlashModule

    0下载:
  2. flex Module方式 加载swf插件,不会造成内存泄漏-the flex Module loaded swf plug-in, will not cause a memory leak
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1032428
    • 提供者:sam
  1. SkinSharpTest

    0下载:
  2. 从内存中加载dll,调用皮肤空间的dll,皮肤资源。-Loaded from memory dll, the skin is called the space dll, the skin resources.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-22
    • 文件大小:500462
    • 提供者:午夜的绅士
  1. load_user_list

    0下载:
  2. * load_user_list * 模型: 把users表加载到内存 * 命令行编译 gcc load_user_list.c -L D:\c\lib\ -lmysql -llibmysql * 五千多行的东西,从读取到保存文件,只需一瞬间 * mysql_options(&mysql,MYSQL_SET_CHARSET_NAME,"utf8") * 这句要加在mysql_real_connect之前 * * Arcadia 20
  3. 所属分类:MySQL

    • 发布日期:2017-11-16
    • 文件大小:1804
    • 提供者:bapeccw
  1. remote-inject

    1下载:
  2. 远程线程注入木马c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:45927
    • 提供者:陈嘉
  1. dllzhuru

    0下载:
  2. DLL的远程注入技术 - DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件,真可谓一箭双雕哉。 -The remote DLL injection tec
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-18
    • 文件大小:45098
    • 提供者:刘洋
  1. sharedatawithmultip

    0下载:
  2. 对于同一个进程,多次加载时,会创建其多个实例,如第一个实例A的进程地址空间(4GB),第二个实例B的进程地址空间(4GB),每个进程实例的地址空间中都有多个代码页面和 多个数据页面, 首次A加载时,它们会被映射到虚拟内存中,当出出数据页面被修改时,系统会首先截获,接着为应用程序A试图写入的内存页面分配一块新的内存,然后复制页面内容,最后让应用程序写入刚分配的内存块.此时,应用程序A的数据页面已经指向的新的地方.这里主要运用了页面的写时复制特性. -For the same proc
  3. 所属分类:Communication

    • 发布日期:2017-12-03
    • 文件大小:2882215
    • 提供者:kk
  1. DodoWaterFall

    0下载:
  2. 瀑布流仿蘑菇街的简单实现异步加载图片解决内存溢出问题-Simple implementation of the waterfall flow imitation mushrooms Street asynchronous load images to solve memory overflow problem
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:18746
    • 提供者:尤权
  1. chmkit

    0下载:
  2. 彻底解决delphi加载chm文件的文件,有了它你就可以直接从内存中或者从资源中加载chm文件。- This Kit contains two Delphi Units to give you access to the HTML Help API via Delphi 3 or 4. o HH.PAS ........ Constants and interface to MS Html Help API.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-20
    • 文件大小:45605
    • 提供者:李枫
  1. Drive-memory

    0下载:
  2. 加载驱动后利用驱动通信直接读写指定内存!让你过掉游戏内存读写保护!-Load the driver driven communication directly read and write to the specified memory! You had lost the game memory read and write protection!
  3. 所属分类:ELanguage

    • 发布日期:2017-11-27
    • 文件大小:13419
    • 提供者:李雷雷
  1. Memory-Load-DLL

    0下载:
  2. Windows平台提供的加载library的API(LoadLibarary, LoadLibraryEx)只能加载文件系统中的Library. 没有体哦那个从内存中加载Dll的功能。但是,有些情况下又需要这样的功能。譬如,你不想在发布包中包含很多文件,又或者你想给那些逆向工作者一些苦头吃。这时一个常见的做法是先把dll文件写到一个临时文件中,然后从临时文件中导入它。当程序终止时把临时文件删除。-The Windows platform load library the API (LoadLib
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:21694
    • 提供者:鸟人
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com